﻿2026-07-29T09:49:51.1494698Z ##[group]Run actions/checkout@v5
2026-07-29T09:49:51.1495199Z with:
2026-07-29T09:49:51.1495537Z   fetch-depth: 2
2026-07-29T09:49:51.1495920Z   repository: BigscreenVR/spt-bs-core
2026-07-29T09:49:51.1498671Z   token: ***
2026-07-29T09:49:51.1499109Z   ssh-strict: true
2026-07-29T09:49:51.1499471Z   ssh-user: git
2026-07-29T09:49:51.1499819Z   persist-credentials: true
2026-07-29T09:49:51.1500197Z   clean: true
2026-07-29T09:49:51.1500546Z   sparse-checkout-cone-mode: true
2026-07-29T09:49:51.1500953Z   fetch-tags: false
2026-07-29T09:49:51.1501286Z   show-progress: true
2026-07-29T09:49:51.1501633Z   lfs: false
2026-07-29T09:49:51.1501958Z   submodules: false
2026-07-29T09:49:51.1502315Z   set-safe-directory: true
2026-07-29T09:49:51.1502710Z   allow-unsafe-pr-checkout: false
2026-07-29T09:49:51.1503107Z ##[endgroup]
2026-07-29T09:49:51.2243397Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T09:49:51.2244975Z ##[group]Getting Git version info
2026-07-29T09:49:51.2245626Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T09:49:51.2246554Z [command]/usr/bin/git version
2026-07-29T09:49:51.2282985Z git version 2.43.0
2026-07-29T09:49:51.2300781Z ##[endgroup]
2026-07-29T09:49:51.2311765Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e81826ac-03bb-4459-aa5b-579c50626db0' before making global git config changes
2026-07-29T09:49:51.2312913Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T09:49:51.2315165Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T09:49:51.2350114Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T09:49:51.2369790Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T09:49:51.2379523Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T09:49:51.2382066Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T09:49:51.2400978Z HEAD
2026-07-29T09:49:51.2430951Z ##[endgroup]
2026-07-29T09:49:51.2432233Z [command]/usr/bin/git submodule status
2026-07-29T09:49:51.2615051Z ##[group]Cleaning the repository
2026-07-29T09:49:51.2617971Z [command]/usr/bin/git clean -ffdx
2026-07-29T09:49:51.2655366Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T09:49:51.2709946Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T09:49:51.2714867Z ##[endgroup]
2026-07-29T09:49:51.2716905Z ##[group]Disabling automatic garbage collection
2026-07-29T09:49:51.2720497Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T09:49:51.2752385Z ##[endgroup]
2026-07-29T09:49:51.2753075Z ##[group]Setting up auth
2026-07-29T09:49:51.2753776Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T09:49:51.2777012Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T09:49:51.2959731Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T09:49:51.2989321Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T09:49:51.3174475Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T09:49:51.3200654Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T09:49:51.3389797Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T09:49:51.3420438Z ##[endgroup]
2026-07-29T09:49:51.3421401Z ##[group]Fetching the repository
2026-07-29T09:49:51.3427107Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +5aa12467744869a73922a65d1ce611bedb49e576:refs/remotes/pull/119/merge
2026-07-29T09:49:52.0687225Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T09:49:52.0688253Z  * [new ref]           5aa12467744869a73922a65d1ce611bedb49e576 -> pull/119/merge
2026-07-29T09:49:52.0708850Z ##[endgroup]
2026-07-29T09:49:52.0709600Z ##[group]Determining the checkout info
2026-07-29T09:49:52.0710721Z ##[endgroup]
2026-07-29T09:49:52.0714617Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T09:49:52.0750877Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T09:49:52.0781113Z ##[group]Checking out the ref
2026-07-29T09:49:52.0781952Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/119/merge
2026-07-29T09:49:52.0968468Z Previous HEAD position was ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T09:49:52.0970110Z HEAD is now at 5aa12467 Merge b1801eab79e7c4cf5bbf665abdda9b5e468e83d9 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T09:49:52.0991129Z ##[endgroup]
2026-07-29T09:49:52.1010766Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T09:49:52.1032383Z 5aa12467744869a73922a65d1ce611bedb49e576
